home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / freeware / mp3 / WPlay160 / WPlay / WPlay.exe / 0 / RCDATA / TFORM7 / TFORM7.txt
Text File  |  1998-07-28  |  1KB  |  58 lines

  1. object Form7: TForm7
  2.   Left = 29
  3.   Top = 429
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Progress'
  7.   ClientHeight = 129
  8.   ClientWidth = 384
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 62
  20.     Height = 13
  21.     Caption = 'Current Song'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 8
  25.     Top = 56
  26.     Width = 68
  27.     Height = 13
  28.     Caption = 'Total Progress'
  29.   end
  30.   object ProgressBar1: TProgressBar
  31.     Left = 8
  32.     Top = 72
  33.     Width = 369
  34.     Height = 15
  35.     Min = 0
  36.     Max = 100
  37.     TabOrder = 0
  38.   end
  39.   object ProgressBar2: TProgressBar
  40.     Left = 8
  41.     Top = 27
  42.     Width = 369
  43.     Height = 15
  44.     Min = 0
  45.     Max = 100
  46.     TabOrder = 1
  47.   end
  48.   object Button1: TButton
  49.     Left = 162
  50.     Top = 100
  51.     Width = 81
  52.     Height = 23
  53.     Caption = 'Cancel'
  54.     TabOrder = 2
  55.     OnClick = Button1Click
  56.   end
  57. end
  58.